placesview: Bring spacing in the actionbar back
authorTimm Bäder <tbaeder@redhat.com>
Mon, 29 Apr 2019 06:47:24 +0000 (08:47 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 30 Apr 2019 03:36:20 +0000 (05:36 +0200)
In particular between the Connect button and the adjacent button/entry
combination.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 7c71e3e1acd20d906353a72e5430279e8f06175e..0cca57dbfa02f8803403b95158ccea18d5315d92 100644 (file)
@@ -4059,10 +4059,8 @@ placesview {
 
   row.activatable:hover { background-color: transparent; }
 
-  // this selects the "connect to server" label
-  > actionbar > revealer > box > label {
-    padding-left: 8px;
-    padding-right: 8px;
+  > actionbar > revealer > box  > box{
+    border-spacing: 6px;
   }
 }
 
index 7f24ea935daf6917e840a22bbaef49e96214455e..66096e0f9b51cee9305ac5d28d4c2f7465696797 100644 (file)
@@ -1771,7 +1771,7 @@ placesview .server-list-button:checked > image { transition: 200ms cubic-bezier(
 
 placesview row.activatable:hover { background-color: transparent; }
 
-placesview > actionbar > revealer > box > label { padding-left: 8px; padding-right: 8px; }
+placesview > actionbar > revealer > box > box { border-spacing: 6px; }
 
 /********* Paned * */
 paned > separator { min-width: 1px; min-height: 1px; -gtk-icon-source: none; border-style: none; background-color: transparent; background-image: image(#1b1b1b); background-size: 1px 1px; }
index 4ca9119645476967f2456634b6cfc44c8e48edf4..89f2e0cd47d433cdb88649521825ec715f371c0f 100644 (file)
@@ -1787,7 +1787,7 @@ placesview .server-list-button:checked > image { transition: 200ms cubic-bezier(
 
 placesview row.activatable:hover { background-color: transparent; }
 
-placesview > actionbar > revealer > box > label { padding-left: 8px; padding-right: 8px; }
+placesview > actionbar > revealer > box > box { border-spacing: 6px; }
 
 /********* Paned * */
 paned > separator { min-width: 1px; min-height: 1px; -gtk-icon-source: none; border-style: none; background-color: transparent; background-image: image(#cdc7c2); background-size: 1px 1px; }